home *** CD-ROM | disk | FTP | other *** search
/ Champak 33 / Volume 33 - JOGO DISK .iso / Games / snowboard.swf / scripts / DefineButton2_396 / BUTTONCONDACTION on(press).as
Text File  |  2007-01-15  |  842b  |  32 lines

  1. on(press){
  2.    if(_root.easy == true)
  3.    {
  4.       ab20_09 = new LoadVars();
  5.       ab20_09.z = _root.namee;
  6.       ab20_09.x = _root.score;
  7.       ab20_09.c = 634;
  8.       ab20_09.v = "YFQJJD";
  9.       ab20_09.sendAndLoad("http://armorbot.com/s_b",ab20_09,"POST");
  10.    }
  11.    if(_root.medium == true)
  12.    {
  13.       ab20_09 = new LoadVars();
  14.       ab20_09.z = _root.namee;
  15.       ab20_09.x = _root.score;
  16.       ab20_09.c = 638;
  17.       ab20_09.v = "QNJKTO";
  18.       ab20_09.sendAndLoad("http://armorbot.com/s_b",ab20_09,"POST");
  19.    }
  20.    if(_root.hard == true)
  21.    {
  22.       ab20_09 = new LoadVars();
  23.       ab20_09.z = _root.namee;
  24.       ab20_09.x = _root.score;
  25.       ab20_09.c = 639;
  26.       ab20_09.v = "ONDATZ";
  27.       ab20_09.sendAndLoad("http://armorbot.com/s_b",ab20_09,"POST");
  28.    }
  29.    _root.menuFade.play();
  30.    _root.menuu = 0;
  31. }
  32.